ArcFM Responder Mobile Developer Guide
Add<TKey,TValue>(String,String,OptionAction<TKey,TValue>) Method






Syntax
'Declaration
 
Public Overloads Function Add
    (Of TKey,TValue)( _
   ByVal prototype As System.String, _
   ByVal description As System.String, _
   ByVal action As NDesk.Options.OptionAction(Of TKey,TValue) _
) As OptionSet
'Usage
 
Dim instance As OptionSet
Dim prototype As System.String
Dim description As System.String
Dim action As NDesk.Options.OptionAction(Of TKey,TValue)
Dim value As OptionSet
 
value = instance.Add(Of TKey, TValue)(prototype, description, action)
public OptionSet Add<TKey,TValue>( 
   System.string prototype,
   System.string description,
   NDesk.Options.OptionAction<TKey,TValue> action
)
public function Add( 
    prototype: System.String;
    description: System.String;
    action: NDesk.Options.OptionAction
): OptionSet; 
public function Add( 
   prototype : System.String,
   description : System.String,
   action : NDesk.Options.OptionAction
) : OptionSet;
public: OptionSet* Add<TKey,TValue>( 
   System.string* prototype,
   System.string* description,
   NDesk.Options.OptionAction<TKey*,TValue*>* action
) 
public:
OptionSet^ Addgeneric<typename TKey>
generic<typename TValue>
( 
   System.String^ prototype,
   System.String^ description,
   NDesk.Options.OptionAction<TKey^,TValue^>^ action
) 

Parameters

prototype
description
action

Type Parameters

TKey
TValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OptionSet Class
OptionSet Members
Overload List

Send Feedback